projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526cfb1
)
(x_put_x_image): Make type consistent with declaration.
author
Dave Love
<fx@gnu.org>
Mon, 13 Sep 1999 19:06:32 +0000
(19:06 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 13 Sep 1999 19:06:32 +0000
(19:06 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 77f3769dcd717da2d6e78c19a820db919248d285..293e3660fac015d3010fb01079b2e1461668a679 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-6284,7
+6284,7
@@
x_destroy_x_image (ximg)
/* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT
are width and height of both the image and pixmap. */
-void
+
static
void
x_put_x_image (f, ximg, pixmap, width, height)
struct frame *f;
XImage *ximg;